home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1997 November / Electronic Clipper 1997-11.iso / Idea Source™ / main.dir / 00024_Script_24 < prev    next >
Text File  |  1997-09-19  |  240b  |  14 lines

  1. on mouseDown
  2.   puppetsound "dong"
  3.   repeat while the mousedown
  4.     set the visible of sprite 5 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 5 to true
  8.   updatestage
  9. end
  10.  
  11. on mouseUp
  12.   go to frame "start"
  13. end
  14.